home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / FDX9696.INC < prev    next >
Text File  |  1994-03-28  |  791b  |  38 lines

  1. ; Fastcomm FDX 9696 (V.32 & MNP-5)
  2. ;
  3. ; DIP SWITCH SETTINGS: All switches on the bottom of the modem should be
  4. ;                      in the OPEN (off) position.
  5. ;
  6. ;
  7. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  8. ; program, type the following lines and press ENTER after each.  Then
  9. ; exit and restart TE/2.
  10. ;
  11. ;       AT&F
  12. ;       ATE1Q0M1X4V1S7=60
  13. ;       AT&B1&C1&D2&G0&H1&I1&M6&W
  14. ;
  15.  
  16. Baud          19200
  17. Parity        N
  18. WordLen       8
  19. StopBits      1
  20.  
  21. XonXoff       BOTH
  22. CtsRts        BOTH
  23. MatchBaud     FALSE
  24.  
  25. ModemInitStrg ATZ^M
  26. ModemDialStrg ATDT
  27. ModemDialSufx ^M
  28. ModemHangStrg ;
  29. DTRHangup     TRUE
  30.  
  31. Connect       CONNECT,19200
  32.  
  33. NoConnect     NO_DIALTONE
  34. NoConnect     NO_CARRIER
  35. NoConnect     BUSY
  36. NoConnect     NO_ANSWER
  37.  
  38.